home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / comm / net / LT_UNIX255.lha / Manual.LT / bell.man < prev    next >
Text File  |  1997-04-16  |  1KB  |  38 lines

  1. bell, shoot, boom(1)
  2.  
  3.        COMANDO:
  4.        bell, shoot, boom - Estes comandos provocam sons.
  5.  
  6.        SINTAXE:
  7.        bell
  8.        shoot
  9.        boom
  10.  
  11.  
  12.        Estes comandos foram desenvolvidos com a finalidade de produzir sons,
  13.   cada um produz um som diferente, são úteis em programação  shell onde  são
  14.   usados para marcar um final de um processo, ex:
  15.  
  16.         wait key
  17.         bell
  18.  
  19.         bell   --> Produz som de sino.
  20.         shoot  --> Produz som de tiro.
  21.         boom   --> Produz som de explosão.
  22.  
  23.         Existem comandos como o PLAY que tocam determinadas  notas,  maiores
  24.   informações verifique o arquivo PLAY.MAN.
  25.  
  26.         EXEMPLOS:
  27.  
  28.         input                                  cls
  29.         bell                                   echo Pressione a tecla [A]
  30.         echo [ Pressione qualquer tecla ]      press -a a
  31.         wait key                               bell
  32.         boom
  33.  
  34.            -------------------------------------------------------
  35.  
  36.     LT-UNIX SYSTEM (R) _ Lithium Software 1995, by Cristian Robert Gallas
  37.  
  38.